←Select platform

ToArray Method

Summary

Gets the item of this collection as an array.

Syntax

C#
VB
Java
WinRT C#
public T[] ToArray() 
Public Function ToArray() As _T()_ 
public _T[]_ ToArray() 
public Object[] toArray() 
public <T> T[] toArray(T[] array) 
             
 function Leadtools.Annotations.Core.AnnObservableCollection.ToArray() 

Return Value

The item of this collection as an array.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly